home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Memphis Amiga Group / MAG Communications Programs (1988-08)(Memphis Amiga Group)[Disk 102].zip / MAG Communications Programs (1988-08)(Memphis Amiga Group)[Disk 102].adf / GT12 / GT.Doc < prev    next >
Text File  |  1988-08-01  |  9KB  |  321 lines

  1.  
  2. The GT terminal program  version 1.2   by Greg Cunningham      August 5th 1988.
  3.  
  4. This is now a demo becuase I'm working on a commercial version for
  5. Progressive Peripherals & Software.
  6.  
  7.  
  8. The first thing you'll notice is all of the nice cryptic items across the menu
  9. bar.  These may be selected by clicking the menu button while the pointer is
  10. over the item.
  11.  
  12. I'll try to document them as well as possible, but I know I'm bad at writing
  13. documentation.
  14.  
  15. In order from left to right, I have them labeled with letters.
  16. Also right Amiga command sequences will work with some items, as noted.
  17.  
  18.  
  19. ***** The Reason for right mouse button on these, since everone *****
  20. ***** is wondering why it seems non-standard            *****
  21.  
  22. Intuition won't send my window a message for left mouse button since it's
  23. out of the window, it's the screens title bar/drag bar.  When the left
  24. button is down, the screen's drag gadget is selected.
  25.  
  26.  
  27.     2400  CCF8N1 S |XC X D/L U/L| SEND CAPT SUS B HU DN Phone Config TEXT
  28.      |    |||||| |  || |  |   |    |    |    |  | |  |    |     |     |
  29.      A    BCDEFG H  IJ K  L   M    N    O    P  Q R  S    T     U     V
  30.  
  31.  
  32. A. Baud -  Clicking on this will flip it thru 19200, 9600, 4800, 2400, 1200,
  33.  Amiga-B   then back to 19200.  It decriments because normally you have to go
  34.        down one quickly at connection. (I'll have to see if it can be auto)
  35.  
  36. B. Recieve    CR 'C' or CR+LF 'L'.
  37.  
  38. C. Transmit    CR or CR+LF.
  39.  
  40. D. Duplex    'F'ull or 'H'alf.
  41.  
  42. E. Lenght    '7' or '8'.
  43.  
  44. F. Parity    'N'one, 'O'dd, 'E'ven, 'M'ark, or 'S'pace.
  45.  
  46. G. Stop bits    '1' or '2'.
  47.  
  48. H. SplitScreen    Use this for sending lines of text only at CR.
  49.  Amiga-/
  50.  
  51. I. X Disable    Highlighted for auto x0N/x0FF, else off.
  52.  Ctrl-Q/S
  53.  
  54. J. CRC        Highlighted CRC, else Checksum.
  55.  
  56. K. Protocol    'X'Modem, 'Y'Modem, XModem & WXModem 'T'ext, and 'W'XModem.
  57.  Amiga-X
  58.  
  59. L. DownLoad    Calls up what I hope to be a good immitation TxEd
  60.  Amiga-D    (the standard) file requestor, like in the other terms.
  61.         The arrows beside the devices will scroll showing whatever
  62.         devices are currently active, including    S: and C:.
  63.         Enter the filename in the string on the bottom,    and the directory
  64.         (and PC-DOS/Amiga pattern if needed) in the string at the top.
  65.         Hitting return or Okay will start the process.
  66.  
  67. M. UpLoad    see L.
  68.  Amiga-U
  69.  
  70. N. Text Send    Opens that requestor for a name (see L.).
  71.  Amiga-S    The SEND item will dehighlight when done.
  72.         To stop the send prematurely, select this item again.
  73.         SUS will toggle suspending it.
  74.  
  75. O. Text Capture
  76.  Amiga-C    Opens that requestor for a name (see L.).
  77.         If you use the default 'Capture' it will open a file named
  78.         'Capture.1'.  For my own reasons if the file exists and is
  79.         not 0 bytes, it will open a new file with a number higher
  80.         than what exists (i.e. Capture.2,3,4,5,6,ect.)
  81.         I like lots of capture files all over the place.
  82.  
  83.         The CAPT item will dehighlight when done.
  84.         To stop the capture prematurely, select this item again.
  85.  
  86. P. Suspend    Selecting SUS will toggle suspending Text capture/send.
  87.  
  88. Q. Send Break    Send break.
  89.  Amiga-L
  90.  
  91. R. Hang Up    Send (config) Hangup string.
  92.  Amiga-H
  93.  
  94. S. Dial Next    This will dial the first selected name in the phonebook.
  95.  Amiga-N    If the line was busy, selecting it will dial the next
  96.         number selected.
  97.  
  98.     Note:    If a connection was made, the name is deselected,
  99.         and the next time DN is selected, it will dial the next
  100.         selected name.
  101.  
  102. T. PhoneBook    This will bring up the phonebook.
  103.  Amiga-P    this should be placed in the current 'S:' directory.
  104.  
  105.   Dial        Selecting 'Dial' will dial the top selected name and set it's
  106.    Amiga-N    parameters (see A. thru G.) accordingly.
  107.  
  108.   Script    There is also an optional script set, placed after the setup.
  109.         These work in pairs, and must be enclosed in parens '()',
  110.         and must have a '=' dividing them.
  111.  
  112.         The first of a pair is the prompt, the BBS that sends this
  113.         prompt must send a space, (, =, or ) after it to be detected.
  114.         And must be one word, such as for 'Your name: ' you would
  115.         use 'name:' as the prompt.  Also this is case sensitive.
  116.  
  117.         The second is the string to send.
  118.         Exaple: (Name:=Greg\r)
  119.  
  120.         BBS says:    Name:
  121.         GT  says:    Greg\r
  122.  
  123.         Here's one I use for BBS-PC
  124.  
  125.         ([RETURN]=\r^PMy Name\rPassword\r)
  126.  
  127.         BBS says:    Press [RETURN]
  128.         GT  says:    return, control-P, name, password.
  129.  
  130.    *  Limits    400 names per phone lib.
  131.         200 chars per name (line).
  132.          20 pairs per name (line).
  133.  
  134.  
  135.   Selecting names should be easy, just think of it like DPaint
  136.  
  137.   Editing names. When selecting 'Edit' the top selected name will appear
  138.         in the edit line, hitting return will enter it in.
  139.  
  140.         To Add to the list, select Edit with no files selected.
  141.         When return is hit the name will appear at the bottom of
  142.         the list.
  143.  
  144.   Queue     Dials all selected numbers in the phone book untill all
  145.         are deselected or ESC is pressed while dialing.
  146.  
  147.   Load        to load another phonebook in.
  148.  
  149.   Save        to save the current phonebook.
  150.  
  151.   AUTO        Toggles ON/OFF.
  152.         This hopefully makes the phonebook open before you can say GT.
  153.         (when a connection is not made, at logoff, and other nifty times)
  154.  
  155.   Quit        Select the close gadget, or hit Amiga-P again to exit
  156.         the phonebook.
  157.  
  158.  
  159. U. Config    This is kinda like the phonebook.
  160.  Amiga-M
  161.  
  162.   Palette    Open the color palette.  Cancel restores, close gadget keeps
  163.         new colors.
  164.  
  165.   LACE        Toggles interlace.
  166.  
  167.   Planes    Flips planes between 1 (2 color), 2 (4 color) and 3 (8 color).
  168.         16 colors?  escape codes can't go over 10 colors.
  169.  
  170.   127C or 255C    127/255 character mask.
  171.  
  172.   Buffer size    Used for review and capture buffer.
  173.         Left mouse button increments. (+=2046)
  174.         Right mouse button decrements.
  175.         (This is the only thing that does'nt take effect untill rerun)
  176.  
  177.   Save Config    Saves all config strings, color, lace, planes, mask, auto,
  178.         buffer size, protocol, and current baud to 'S:GT.Config' only
  179.  
  180.   Edit        works like the phone edit (200 chars max).
  181.         But you don't have to hit Edit if you don't want to edit the
  182.         current string.
  183.         Just entering the text and hitting return will place the text
  184.         in the highlighted string.
  185.         For editing macros and config strings.
  186.         Slide the bar down to get to the config strings:
  187.  
  188.             Phone : Path & phonebook file to load first.
  189.             Macro : Path & key macro file to load first.
  190.             Data  : Initial path for file requestor to use for
  191.                 Capture, send, U/L, and D/L.
  192.             Init  : String to send modem when run.
  193.             Exit  : String to send modem when quiting GT.
  194.             Dial  : Prifix dial sequence.
  195.             Hangup: String to send modem for Amiga-H.
  196.             Font  : font [space] size.  Like 'Opal 9'
  197.  
  198.         Special commands for FKeys:
  199.  
  200.          \w  Wiat half second
  201.          \r  [RETURN]
  202.          \l  Send break
  203.          \t  TAB
  204.          \b  BACK SPACE
  205.          \f  Form Feed (Clear Screen)
  206.  
  207.          ^c  Control character,  'c' being any character from A to Z
  208.  
  209.  
  210.   Load Keys    load another set of macros in.
  211.  
  212.   Save Keys    save the current macros.
  213.  
  214.   Quit        Select the close gadget or hit Amiga-M again to exit the
  215.         macro screen.
  216.  
  217. V. Flip to Time
  218.  
  219.         Time shows current time, and connect time.
  220.  
  221.         CT will initialize at DCD, and show how long you've been online.
  222.         CT will keep the time online after losing carrier.
  223.         While online, it may be reset by clicking somwhere in the
  224.         area.
  225.         Also a helpfull input line display that updates ever so often
  226.         for use with the script stuff.
  227.  
  228. Review Buffer    Hit any of the cursor keys to open the review window.
  229.         Cursor up goes up one line.
  230.         Cursor down goes down one line.
  231.         Shift+Cursor up goes up one page.
  232.         Shift+Cursor down goes down one page.
  233.         Cursor left or right closes the window.
  234.  
  235.  
  236.  Quick Key Reference
  237.  
  238.  
  239.     Amiga-B     Flip Baud rate.
  240.  
  241.     Amiga-C     Start/End capture.
  242.  
  243.     Amiga-D     D/L
  244.  
  245.     Amiga-H     Send hangup string.
  246.  
  247.     Amiga-K     'Kill' or deselect last number dialed.
  248.  
  249.     Amiga-L     send break. You can also use \L in FKeys & splitscreen.
  250.  
  251.     Amiga-M     Toggle Config/Macro screen.
  252.  
  253.     Amiga-N     Dial Next, names are deselected automaticaly on DCD.
  254.  
  255.     Amiga-P     Toggle phone screen.
  256.  
  257.     Amiga-Q     quits GT if no DCD, Close Gadget works always.
  258.  
  259.     Amiga-R     Redial last number.  Dials top number selected in list.
  260.  
  261.     Amiga-S     Start/End ASCII send.
  262.  
  263.     Amiga-U     U/L
  264.  
  265.     Amiga-X     flip thru protocol.
  266.  
  267.     Amiga-W        reset color/alt chars & clear screen.
  268.  
  269.     HELP        Shows all of these Amiga keys and the text send delay
  270.             slide bar.
  271.  
  272.     ESC        Turns off script when online.
  273.             Turns off Queue when offline.
  274.  
  275. **** NEW:
  276.  
  277. HELP window with send delay speed.
  278.  
  279. Send break.
  280.  
  281. Had to change script chars to parenthasis '()' becuase [ and ] are different
  282. chars in norwiegen, Thanks Björn!
  283.  
  284. No need to save config, quit and reload for anything but changing buffer size.
  285.  
  286. And many other bugs fixed.
  287.  
  288. ***
  289.  
  290. Also a special thanks goes to Harv Lazer and the poeple on PLink who helped
  291. me the most with fixing the bugs.
  292.  
  293. If it goes out of San Antonio, the area code for the phone numbers is (512)
  294.  
  295. All modem I/O & timing routines were designed using the Anchor 2400E.
  296.  
  297. If you gotta contact me, I'm on all the boards in the example phonebook,
  298. and this my address:
  299.  
  300.     Greg Cunningham     Nomad Development.
  301.     2014 Encino White
  302.     San Antonio, TX  78259
  303.  
  304. Other options:
  305.  
  306.     Phone (512) 490-0055
  307.     BIX: gcunningham
  308.  
  309. contact Progressive Peripherals & Software for further info.
  310.  
  311.     464 Kalamath Street, Denver Colorado 80204
  312.     Phone (303) 825-4144
  313.     
  314.  
  315.  
  316.             Enjoy,
  317.                 Greg Cunningham, Nomad Development
  318.  
  319.  
  320.  
  321.